home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Today - The Disc! 5 / CD-ROM Today - The Disc (Issue 5)(November 1994).ISO / mac / Mac shareware / Education / RLaB / help / plptex < prev    next >
Text File  |  1994-09-21  |  728b  |  23 lines

  1. plptex:
  2.  
  3. Synopsis: Place text in the current sub-plot.
  4.  
  5. Syntax: plptex ( TEXT, X , Y , DX , DY , JUST )
  6.  
  7. Description:
  8.  
  9.     Place TEXT in the plot window.
  10.  
  11.     X: Specify the X coordinate for text placement.
  12.     Y: Specify the Y coordinate for text placement.
  13.     DX: X + DX specifies the X orientation of the text.
  14.     DY: Y + DY specifies the Y orientation of the text.
  15.     JUST: Specifies the position of the string relative to its
  16.           reference point. If JUST=0, the reference point is at
  17.           the left  and if JUST=1 it is at the right of the
  18.           string. Other values of JUST give intermediate
  19.           justifications. 
  20.  
  21.     Since plptex uses the plot-data coordinates for text
  22.     placement, plptex must be called AFTER the plot is created.
  23.